home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / wfb.xml < prev    next >
Text File  |  2002-09-04  |  1KB  |  38 lines

  1. <search function="wfb">
  2.   <name>World Fact Book</name>
  3.   <description>Search the CIA's world fact book. Uses Google.
  4.     <div class="helpboxDescLabels">Example:</div>
  5.     <table class="helpboxDescTable">
  6.       <tr><td>wfb somalia</td></tr>
  7.     </table>
  8.   </description>
  9.   <link>http://www.odci.gov/cia/publications/factbook/index.html</link>
  10.   <category>Reference</category>
  11.   <contributor>David Bau</contributor>
  12.   
  13.   <form name="wfbf" action="http://www.google.com/search" method="get">
  14.     <input type="hidden" name="q"/>
  15.     <input type="hidden" name="meta" value=""/>
  16.     <input type="hidden" name="btnI" value="I'm Feeling Lucky"/>
  17.   </form>
  18.  
  19.   <script><![CDATA[
  20.     function wfb(q)
  21.     {
  22.       if( nullArgs("wfb",q) )
  23.         return false;
  24.       else
  25.       {
  26.         document.wfbf.q.value=q + " site:www.odci.gov inurl:factbook";
  27.         submitForm(wfbf);
  28.       }
  29.     }
  30.   ]]></script>
  31.  
  32.   <copyright>
  33.     Copyright (c) 2002 David Bau
  34.     Distributed under the terms of the
  35.     GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  36.   </copyright>
  37. </search>
  38.